home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-11-08 | 633 b | 32 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: FWODUtil.hpp
- // Release Version: $ 1.0d11 $
- //
- // Copyright: 1995 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef FWODUTIL_HPP
- #define FWODUTIL_HPP
-
- // ----- Framework Includes -----
-
- #include "FWCommon.h"
- #include "FWString.h"
- #include "FWFoundU.h"
- #include "FWExcLib.h"
- #include "FWDebug.h"
-
- #include "FWFiles.h"
- #include "FWResour.h"
-
- // ----- OpenDoc Includes -----
-
- #ifndef _ODTYPES_
- #include <ODTypes.h>
- #endif
-
- #endif
-
-